index.md (424B)
1 +++ 2 title = 'Multiplying/dividing floats' 3 +++ 4 # Multiplying/dividing floats 5 Multiply: 6 1. Add exponents, subtract 127. 7 2. Multiply mantissas and determine sign of the result. 8 3. Normalise resulting value if necessary. 9 10 Divide: 11 1. Subtract exponents, add 127. 12 2. Divide mantissas, determine sign of the result. 13 3. Normalise resulting value if necessary. 14 15 Example: 16 17 ![Scannable Document on 5 Dec 2017 at 23_21_25.png](doc.png)